home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl700
/
menucn1j.lzh
/
INSTALL.BAT
next >
Wrap
DOS Batch File
|
1992-11-02
|
531b
|
25 lines
echo off
cls
if not exist mcs_edit.exe goto err1
if exist install.txt type install.txt
MCS_EDIT -INSTALL
goto end
:err1
if exist mcs_run.exe goto err2
echo ERROR - The drive you are installing from must be the currently logged drive...
goto errmsg
:err2
echo ERROR - You are trying to install MCS from INSTALLATION DISK 2...
goto errmsg
:errmsg
echo To install MCS from Drive A, place INSTALLATION DISK 1 into Drive A:, and
echo then type the following:
echo A:
echo INSTALL
goto end
:end